{% include 'structure/header.html' %} {% include 'structure/navbar.html' %}

Sign Up

{% if error %}
{{ error }}
{% endif %} {% if success %}
{{ success }}
{% endif %}
{% include 'structure/footer.html' %}